projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ed304
)
(flyspell-insert-function): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 6 Feb 2002 22:37:12 +0000
(22:37 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 6 Feb 2002 22:37:12 +0000
(22:37 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 1ff422796366b4b4a914a474c25f3634bace4ed3..292df46976d04a15bcc70117301ac4c0c13573bc 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-228,8
+228,7
@@
speed."
:type 'number)
(defcustom flyspell-insert-function (function insert)
- "*The function to be used when a word has to be inserted by flyspell
-upon correction."
+ "*Function for inserting word by flyspell upon correction."
:group 'flyspell
:type 'function)